statement column

英 [ˈsteɪtmənt ˈkɒləm] 美 [ˈsteɪtmənt ˈkɑːləm]

【计】语句列

计算机



双语例句

  1. In MySQL, if you try to execute an INSERT statement that does not provide a value for a NOT NULL column, the command is successful.
    在MySQL中,如果要执行一个不提供NOTNULL列值的INSERT语句,此命令没有问题。
  2. You can use the optional part of the SQL INSERT statement to specify the column order of the values being inserted into the table.
    可以使用SQLINSERT语句的可选部分指定要插入到表中的值的列顺序。
  3. The INSERT statement does not need to specify the value for the SERIALNUMBER column.
    INSERT语句不需要指定SERIALNUMBER列的值。
  4. First, the SELECT statement embedded in the second line contains a query predicate based on the Status column, comparing the value of this VARCHAR column to the string Gold.
    首先,嵌入在第二行的SELECT语句包含一个基于“status”列的查询谓词,它将这个VARCHAR列与字符串“Gold”相比较。
  5. With the ALTER NICKNAME statement, you have the option to change the column data type on the federated server for a remote object.
    通过ALTERNICKNAME语句,您可以选择为远程对象更改联邦服务器上的列数据类型。
  6. It is left as an exercise for you to determine the appropriate RUNSTATS statement to collect a column group statistic.
    至于确定合适的RUNSTATS语句来收集列组统计信息,就留与您做练习。
  7. Finally, in the improved example, you can see that the SQL statement and output do not include a dynamic column selection.
    最后,在改进的示例中,您可以看到该SQL语句和输出没有包括动态列选项。
  8. Auto remastering ( cdr remaster command) only works when the replicate SELECT statement column names and table names match across all the replicate participants
    自动remastering(cdrremaster命令)只有在复制SELECT语句中的列名和表名所有复制参与者匹配时才适用
  9. A WHERE clause is added to the Select statement string representing the column or columns that correspond to the key fields used in the RPG CHAIN operation.
    一个WHERE子句被添加到一个Select语句字符串,该字符串表示RPGCHAIN操作中使用的键字段对应的一列或多列。
  10. The final select statement shows the stock_num column with the original set of data.
    最后一个select语句展示了包含原始数据集的stocknum列。
  11. If a primary key is specified in the CREATE TABLE statement, the first column of the primary key is used as the distribution key.
    如果在CREATETABLE语句中指定了一个主键,那么主键的首列会被用作分配键。
  12. If XMLQUERY is used within a SELECT statement, the PASSING clause can refer to either a table column or a stored procedure variable.
    如果在SELECT语句中使用XMLQUERY,那么PASSING子句可以引用表列或者存储过程变量。
  13. This can be added to existing tables using the ALTER TABLE statement, or the row change timestamp column can defined when creating a new table.
    这可以通过ALTERTABLE语句添加到现有表,或者在创建新表时定义行修改时间戳列。
  14. Each insert statement reads the MIML document from a staging table called MIML that contains a single column, XMLDOC, of type XML.
    每个insert语句从一个只包含一个XML类型的列的staging表MIML中读取MIML文档。
  15. The next statement tells Grails that the table does not have a version column. ( GORM normally creates one to help facilitate optimistic locking.)
    下一条语句通知Grails表没有version列(GORM通常会创建一个version列来优化乐观锁定)。
  16. The IMPLICITLY HIDDEN attribute on a CREATE or ALTER TABLE statement specifies that the column is not visible in SQL statements unless the column is explicitly referenced by name.
    CREATE或ALTERTABLE语句中的IMPLICITLYHIDDEN属性表示,除非根据名称显式引用列,否则该列在SQL语句中不可见。
  17. The XMLVALIDATE function in the action part of trigger statement validates the employee information specified in the INFO column.
    触发器语句的操作部分的XMLVALIDATE函数验证在INFO列中指定的雇员信息。
  18. Remaster the replicate definition and modify the replicate SELECT statement to replicate data for the newly-added column.
    remaster复制定义,修改复制SELECT语句,以便为新添加的列复制数据。
  19. This statement loads the data from the table and changes the value of the name column in the first row to a new value.
    该语句从表中加载数据并将第一行中的名称栏的值改为一个新值。
  20. With Query Annotation, you can format the SQL statement for improved readability and navigation and see which statistics are being used at the table and column level.
    可以使用QueryAnnotation控制SQL语句的格式以提高可读性,还可以查看表级和列级使用的统计数据。
  21. Next you used the SQL UPDATE statement to modify the column values for selected rows in a table.
    然后使用SQLUPDATE语句来修改表中选定行的列值。
  22. Use the RENAME statement to rename a column, table, or database on every participant in the replicate.
    使用RENAME语句重新命名执行复制的每个成员的列、表或数据库。
  23. Figure 10 shows that an update statement is manipulating a column that contains private data.
    图10显示一个更新语句正在操作一个包含私有数据的列。
  24. The statement may not use unnamed columns or duplicate column names.
    语句不能使用未命名列或重复的列名。
  25. Returns a value containing a bitmap that indicates the statement, object, or column permissions for the current user
    返回包含位图的值,该位图为当前用户指示语句、对象或列权限
  26. You can also use this statement to customize the name of a nickname column.
    还可以使用这条语句来定制昵称列的名称。
  27. In data management, a temporary name used in a SQL statement to refer to a table or a column.
    一个临时名字,在结构化查询语言(SQL)语句中用来指一表格或一列。
  28. In a statement, Nato said it hit a column of military vehicles including tanks near the oil town of Brega, in eastern Libya.
    在一份声明中,北约称,他们在利比亚东部石油重镇布雷加附近击中了一些军用车辆,包括一些坦克。
  29. Action: Check the syntax of the statement and use column names only where appropriate.
    你在不能使用列名的地方使用了。
  30. Action: Check the statement's syntax, especially references to column names, and retry the statement.
    你还是再检查一下列名是否正确,语法没有问题。